+2008-06-02 Daiki Ueno <ueno@unixuser.org>
+
+ * epa-file.el (epa-file-write-region): Write the entire buffer
+ content if START is nil.
+
2008-06-01 Magnus Henoch <mange@freemail.hu>
* play/cookie1.el: Remove obsolete TO DO comment. (It was
context
(if (stringp start)
(epa-file--encode-coding-string start coding-system)
+ (unless start
+ (setq start (point-min))
+ (setq end (point-max)))
(epa-file--encode-coding-string (buffer-substring start end)
coding-system))
(if (or epa-file-select-keys